<!DESCRIPTION>This robust gallery script allows you to display and rotate entire blocks of HTML on demand. Display images, text, or rich HTML in a dynamic manner. Set the script to automatically cycle through the contents like in a scroller, or via manual selecting. Furthermore, we made inputting the contents a breeze- simply wrap desired blocks of HTML in a special <DIV> tag, and they are automatically added to the gallery. It doesn't get easier than this.
This script works in IE5+ and NS6+, degrading well with the rest. Lower end browsers will simply see all of the content at once.
<!/DESCRIPTION>
<!CATEGORY>dynamic content<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<!-- Step 1: Add the below code to the <HEAD> section of your page: -->
<!-- The only two parts you need to edit above is the style sheet (to control the content area's appearance), and also, a variable within the script (tickspeed).
Step 2: Insert the below HTML where you wish the gallery to appear:
-->
<div class="gallerycontent" subject="What is JavaScript?">
JavaScript is a scripting language originally developed by Netscape to add interactivity and power to web documents. It is purely client side, and runs completely on the client's browser and computer.
Java is completely different from JavaScript- it's more powerful, more complex, and unfortunately, a lot harder to master. It belongs in the same league as C, C++, and other more complex languages.
</div>
<div class="gallerycontent" subject="What is DHTML?">
DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.
</div>
<!--HTML for gallery control options below. Remove checkboxes or entire outer DIV if desired -->
<!-- The only two parts you need to edit above is the style sheet (to control the content area's appearance), and also, a variable within the script (tickspeed).
Step 2: Insert the below HTML where you wish the gallery to appear:
-->
<div class="gallerycontent" subject="What is JavaScript?">
JavaScript is a scripting language originally developed by Netscape to add interactivity and power to web documents. It is purely client side, and runs completely on the client's browser and computer.
Java is completely different from JavaScript- it's more powerful, more complex, and unfortunately, a lot harder to master. It belongs in the same league as C, C++, and other more complex languages.
</div>
<div class="gallerycontent" subject="What is DHTML?">
DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.
</div>
<!--HTML for gallery control options below. Remove checkboxes or entire outer DIV if desired -->